ioemu: fix vram tracking when !s->lfb_addr
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 22 Jul 2008 14:57:19 +0000 (15:57 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 22 Jul 2008 14:57:19 +0000 (15:57 +0100)
commit59ec6ab1b674da6f7ed326c0931ca11b84494fad
tree99a0d7c6e9a669efed83ffb9423eb824f22e3c13
parent23b812f67fa7ffd933e7550a3b645e0d012e03c6
ioemu: fix vram tracking when !s->lfb_addr

When we don't have an LFB (standard VGA), we can not and do not need
vram tracking at all since we always get explicit dirtying.

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
tools/ioemu/hw/vga.c